@charset "utf-8";
/* CSS Document */
#demo {
	width:938px;
	overflow:hidden;
	height:190px;
}

#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}
li.demobox{
	width: 222px;
	float: left;
	height: auto;
	text-align: center;
	list-style-type: none;
	padding-right: 6px;
	padding-left: 6px;
}
li.demobox a{
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
}
li.demobox a:hover{
	text-decoration: underline;
}
li.demobox img{
	width: 220px;
	height: 153px;
	border: 1px solid #CCC;
}
/*Ò³Ãæ¸¡¶¯*/
.floatdiv{
	position: absolute;
	height: auto;
	width: 72px;
	z-index: 20;
}
.floatdivcon{
	height: 70px;
	width: 70px;
	background-color: #fff;
	border: 1px solid #eae9e9;
}
.floatdivcon a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 25px;
	width: 70px;
	padding-top: 45px;
	line-height: 25px;
	background-color: #fff;
}
.floatdivcon a:hover {
	background-color:#eae9e9;
}
a.fdivcona{
	background-image: url(../images/QQ.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}
a.fdivconb{
	background-image: url(../images/fanhui.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
